> Forest of True Sight > Questions & Answers Reload this Page [Camera] Rotation speed?
Reply
Old Sep 29, 2015, 01:19 PM // 13:19   #1
Pre-Searing Cadet
 
Join Date: Sep 2015
Advertisement

Disable Ads
Default [Camera] Rotation speed?

Hey,

is there an option to increase the camera rotation speed, because it is slow?

Edit: No options? Bad!

Last edited by Bierdeife; Sep 29, 2015 at 07:02 PM // 19:02..
Bierdeife is offline   Reply With Quote
Old Jun 28, 2016, 10:04 PM // 22:04   #2
Frost Gate Guardian
 
InStars's Avatar
 
Join Date: Feb 2011
Location: Latvia
Guild: Tempus Omnia Revelat [TOR]
Profession: E/A
Default

I've run on the same issue when I played Guild Wars 1 after a long time of Guild Wars 2 that has the option to change that.

However I found a workaround for this issue. I've found an autohotkey script to make the whole system sensitivity change while I hold the right mouse button, when I release it, the sensitivity goes back to normal.

Code:
; The first parameter is always 0x71 (SPI_SETMOUSESPEED).
; The third parameter is the speed (range is 1-20, 10 is default).
 
~RButton::
DllCall("SystemParametersInfo", UInt, 0x71, UInt, 0, UInt, 16, UInt, 0)
KeyWait RButton  ; This prevents keyboard auto-repeat from doing the DllCall repeatedly.
return
 
RButton up::DllCall("SystemParametersInfo", UInt, 0x71, UInt, 0, UInt, 10, UInt, 0)

Sorry for thread necromancy, google brought me here
InStars is offline   Reply With Quote
Reply


Share This Forum!  
 
Thread Tools
Display Modes


All times are GMT. The time now is 07:39 PM // 19:39.